/*公共样式开始*/
body{
    margin: 0px;
    padding: 0px;
    color: #333;
    background-color: #f3f3f3;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    margin: 0px;
    padding: 0px;

}
body, button, input, select, textarea {
    font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
}
a
{
    text-decoration: none !important;
    display: block;
    visited:none !important;
}
ul,li
{
    list-style:none;
}
a{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    display: block;
}
ul{
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6,label,p{
    margin:0;
}
.public{
    position: relative;
    width: 1130px !important;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.allclear{
    clear: both;
}
.i_mt10{
    margin-top: 10px;
}
.i_mt20{
    margin-top: 20px;

}
.i_mt25{
    margin-top: 25px;

}
.allactive{
    opacity: 1 !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}
.nav_fff li a{
   color: #fff !important;
}
/*公共样式结束*/

/*index页开始*/
.header{
    height: 125px;
    width: 100%;
    position: relative;
    z-index: 9999;
}
.header-bottom{
    margin-right: 45px;
    margin-top: 65px;
}
.top-nav ul li {
    display:inline-block;
}
.top-nav ul li a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    margin-left: 15px;
}
.top-nav ul li a:hover,
.top-nav ul li a:focus {
    outline: none;
}
.top-nav ul li a::before,
.top-nav ul li a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.top-nav ul li a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
.top-nav ul li a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}
.top-nav ul li a:hover::before,
.top-nav ul li a:hover::after,
.top-nav ul li .actives::before,
.top-nav ul li .actives::after,
.top-nav ul li a:focus::before,
.top-nav ul li a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
.top-nav span.menu:before{
    content: url(../images/menu.png)no-repeat 0px 0px;
    cursor:pointer;
    width:100%;
}
.top-nav span.menu{
    display: none;
}
@media(max-width:1024px){
    .top-nav ul li a {
        margin: 0 0.3em;
    }
}
.logo{
    margin-left: 10px;
    margin-top: 55px;
    width: 117px;
    height: 46px;
}
.i_banner_text1{
    font-size: 48px;
    width: 703px;
    text-align: center;
}

.i_banner_text1 div:first-child{
    font-weight: bolder;
}
.i_banner_text1 span{
    color: #0074f1;
    font-weight: bolder;
}
.i_banner_text1 div:last-child{
    font-size: 24px;
    color: #fff;
    margin-top: 15px;
}
.i_title{
    height: 110px;
    line-height: 110px;
    font-size: 30px;
}
.i_border_t{
    border-top: 1px solid #ccc;
    margin-top: -15px;
}
.i_title span{
    font-size: 20px;
    margin-left: 5px;
}
.i_fuwu{
    display: flex;
    justify-content: space-between;
}
.i_fuwu_l{
    width: 629px;
    height: auto;
    margin-left: -50px;
}
.i_fuwu_r{
    width: 532px;
}
.i_fuwu_top{
    font-size: 14px;
    line-height: 30px;
    height: 145px;
}
.i_fuwu_list{
    display: flex;
    justify-content: space-between;
}
.i_fuwu_list i{
    font-size: 36px;
    margin-top: 10px;
}
.i_fuwu_title{
    width: 470px;
}
.i_fuwu_title div:first-child{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.i_fuwu_title div:last-child{
    font-size: 14px;
    line-height: 25px;
    color: #666;
    font-weight:unset;
    margin-top: 10px;
    height: 80px;
}
.i_anli_nav{
    display: flex;
    justify-content: space-between;
}
.i_xiaofang{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 15px;
}
.i_news{
    width: 100%;
    margin-top: 10px;
}
.i_news_alone{
    width: 33.3%;
    height: 252px;
    background-color: #fff;
}
.i_news_alone a{
    text-decoration:none !important;
    color:#333 !important;
}
.i_news_time{
    font-size: 30px;
    color: #999;
    margin-top: 25px;
    margin-left: 20px;
}
.i_news_title{
    font-size: 18px;
    margin-top: 15px;
    width: 345px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.i_news_title:hover{
    color: #00a0fe;
}
.i_news_text{
    font-size: 14px;
    color: #999;
    width: 345px;
    margin-left: 20px;
    margin-top: 10px;
}
.i_bgimg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.i_hezuo{
    background-color: #fff;
    width: 100%;
    margin-top: 37px;
    padding-bottom: 75px;
}
.i_hezuo_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.i_text{
    width: 430px;
    color: #999;
    margin-top: 65px;
    font-size: 16px;
    line-height: 30px;
}
.i_hezuo_img{
    width: 25%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
}
.i_hezuo_img:hover{
    box-shadow:0 0 10px #0074f1;
    transition: 0.8s;
}
.i_hezuo_img:nth-child(2){
    background-size: 50%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.i_hezuo_img:nth-child(3){
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.i_hezuo_img:nth-child(4){
    background-size: 50%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.i_hezuo_img:nth-child(5){
    border-bottom: 1px solid #ccc;
}
.i_hezuo_img:nth-child(6){
    border-right: 1px solid #ccc;
}
.i_hezuo_img:nth-child(7){
    border-right: 1px solid #ccc;
}
.i_hezuo_img:nth-child(8){
    background-size: 50%;
    border-right: 1px solid #ccc;

}
.i_footer{
    height: 210px;
    background-color: #666666;
    width: 100%;
    padding-top: 37px;
}
.i_footer_top{
    display: flex;
}
.i_f_nav{
    display: flex;
    margin-top: 15px;
    margin-left: 30px;
}
.i_f_nav a{
    margin-left: 70px;
    color: #fff !important;
    font-size: 14px;
}
.i_tel{
    position: relative;
    border-left: 1px solid #fff;
    margin-left: 40px;
    padding-left: 22px;
    margin-top: -37px;
    padding-top: 35px;
    padding-bottom: 30px;
}
.i_tel img{
    margin-right: 20px;
    cursor: pointer;
}
.i_f_wx{
    position: absolute;
    width: 110px;
    height: 110px;
    border: 1px solid #333;
    background-color: #fff;
    top: -95px;
    left: 15px;
    display: none;
}
.i_f_wx img{
    margin-top: 10px;
    margin-left: 10px;
    width: 88px;
}
.i_f_wx:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 15px;
    top: 108px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #333;
}
.i_f_wx:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 16px;
    top: 108px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.i_f_tel{
    position: absolute;
    width: 175px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #333;
    background-color: #fff;
    top: -30px;
    left: 80px;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    display: none;
}
.i_f_tel:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 15px;
    top: 43px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #333;
}
.i_f_tel:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 16px;
    top: 43px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.i_f_qq{
    position: absolute;
    width: 110px;
    height: 110px;
    border: 1px solid #333;
    background-color: #fff;
    top: -95px;
    left: 147px;
    display: none;
}

.i_f_qq img{
    margin-top: 4px;
    margin-left: 4px;
}

.i_f_qq:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 15px;
    top: 108px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #333;
}
.i_f_qq:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 16px;
    top: 108px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.i_f_email{
    position: absolute;
    width: 260px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #333;
    background-color: #fff;
    top: -30px;
    left: 13px;
    font-weight: bolder;
    font-size: 24px;
    display: none;
}
.i_f_email:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 217px;
    top: 43px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #333;
}
.i_f_email:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 217px;
    top: 43px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.i_footer hr{
    height:1px;
    border:none;
    border-top:1px solid #fff;
    width: calc(100% - 8px);
    margin-left: 4px;
}
.i_f_name{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    color: #fff;
}
/*index页结束*/

/*anli_list开始*/
.an_top{
   display: flex;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 50px;
}
.an_title{
    color: #999;
    font-size: 30px;
}
.an_nav{
    display: flex;
    margin-left: 30px;
    margin-top: 20px;
}
.an_nav a{
    width: 90px;
     font-size: 14px;
    margin-left:40px ;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
}
.an_nav a:hover{
    border-bottom: 1px solid #0074f1;
    color: #0074f1;
}
.an_alone{
    width: 540px;
    margin-bottom: 20px;
}
.an_alone:nth-child(odd){
    float: left;
}
.an_alone:nth-child(even){
    float: right;
}
.an_img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 250px;
}
.an_l_title{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 24px;
    margin-top: 20px;
}
.an_l_text{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
-webkit-box-orient: vertical;
    height: 65px;
}
.an_l_active{
    border-bottom: 1px solid #0074f1 !important;
    color: #0074f1;
}
.an_btn{
    border: none;
    margin-top: 10px;
    background-color: #0074f1;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    width: 75px;
    height: 40px;
}
.an_box{
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    float: left;
}
.an_pages{
    position: relative;
    left: -50%;
    display: flex;
}
.an_pages a{
    margin-left: 5px;
    padding: 1px 7px;
    font-size: 14px;
}
.an_pages a:hover{
    color: #0074f1;
}
.an_active{
    background-color: #0074f1;
    color: #fff!important;
}
/*anli_list结束*/

/*anli_detils开始*/
.an_d_page{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 145px;
}
.an_d_title{
    font-size: 30px;
    padding-left: 17px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.an_d_text{
    color: #999;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 55px;
    line-height: 40px;
    text-indent:2em;
}
.an_d_text img:first-child{
    margin-top: 45px;
    margin-left: -36px;
}
.an_d_text img{
    margin-top: 0px;
    width: 100%;
    height: auto;
}
/*anli_detils结束*/

/*about开始*/
.a_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
    margin-top: -125px;
    position: relative;
}
.a_top{
    position: absolute;
    top: 265px;
    color: #fff;
    left: 140px;
    text-align: right;
}
.a_text1{
    font-size: 17.5px;
}
.a_text2{
    font-size: 38px;
    font-weight: bolder;
}
.a_text3{
    font-size: 38px;
    margin-top: -5px;
}
.a_text{
    margin-top: 35px;
    font-size: 16px;
    color: #666;
    line-height: 35px;
    text-indent:2em;
}
.a_list{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
}
.a_alone{
    width: 280px;
    text-align: center;
}
.a_alone:nth-child(1) img{
    width: 86px;
    height: auto;
    margin-top: 3px;
}
.a_alone:nth-child(2) img{
    width: 49px;
    height: auto;
}
.a_alone:nth-child(3) img{
    width: 61px;
    height: auto;
}
.a_a_title{
    font-size: 20px;
    margin-top: 15px;
}
.a_a_text{
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
    color: #999;
    line-height: 30px;
}
/*about结束*/

/*wenzhang_details开始*/
.w_title{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.w_title div:first-child{
    font-size: 30px;
}
.w_title div:last-child{
    font-size: 18px;
    color: #999;
    margin-top: 17px;
}

.w_news{
    color: #999;
    font-size: 18px;
    margin-top: 55px;
    line-height: 40px;
    margin-bottom: 47px;
}
.w_news img{
    width: 100%;
    height: auto;
}
.w_news p{
    text-indent:2em;

}
/*wenzhang_details结束*/

/*xiangfang开始*/
.x_bg{
    width: 100%;
    height: 574px;
    margin-top: -125px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.x_top{
    position: absolute;
    left: 45px;
    top: 195px;
    color: #fff;
}
.x_title{
    display: flex;
}
.x_title div{
    font-size: 30px;
    margin-top: 30px;
    margin-left: 10px;
}
.x_text{
    width: 650px;
    line-height: 30px;
    font-size: 14px;
    margin-top: -45px;
    margin-left: 25px;
}
.price{
    width: 100px;
    padding-top: 35px;
    padding-bottom: 55px;
}
main{
    margin-top: -80px;
    position: relative;
}
.x_c_title{
    width: 100%;
    text-align: center;
    font-size: 30px;
}
.x_c_page{
    background-color: #fff;
    width: 100% !important;
    padding-bottom: 60px;
    padding-top: 45px;
}
.x_c_img{
    width: 670px;
    height: 218px;
    margin-left: 291px;
    margin-top: 85px;
}
.x_y_page{
    padding-top: 50px;
    padding-bottom: 40px;
}
.x_y_img{
    width: 1044px;
    height: 307px;
    margin-left: 43px;
    margin-top: 50px;
}
.x_yc_text{
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 1054px;
    margin-left: 38px;
    margin-top: 30px;
    display: flex;
    padding-top: 33px;
    padding-bottom: 33px;
}
.x_yc_l{
    width: 526px;
    border-right: 1px solid #ccc;
}
.x_yc_title1{
    color: #f39800;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
 }
.x_yc_l_list{
    background-color: #f3f3f3;
    width: 430px;
    height: 55px;
    border-radius: 5px;
    margin-left: 50px;
    padding-top: 10px;
    display: flex;
    margin-bottom: 10px;
}
.x_yc_l_list i{
    color: #999;
    font-size: 38px;
    margin-left: 28px;
    margin-top: -8px;
}
.x_yc_l_list div{
    margin-top: 8px;
    font-size: 14px;
    margin-left: 40px;
    width: 290px;
}
.x_yc_l_list:nth-child(3) div{
    margin-top: -2px;

}
.x_yc_r{
    width: 527px;
}
.x_yc_title2{
    color: #0074f1;
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin-bottom: 28px;
}
.x_yc_r_list{
    background-color: #e5f1fe;
    width: 413px;
    height: 104px;
    margin-left: 57px;
    padding-top: 15px;
    display: flex;
    margin-bottom: 32px;
}
.x_yc_r_list i{
    font-size: 72px;
    color: #0074f1;
    margin-left: 10px;
    margin-top: -15px;
}
.x_yc_text1{
    margin-left: 25px;
    width: 270px;
}
.x_yc_text1 div:first-child{
    margin-top: 5px;
    font-size: 18px;
}
.x_yc_text1 div:last-child{
    margin-top: 12px;
    font-size: 14px;
    color: #666;
}
.x_yc_text2{
    margin-left: 25px;
    width: 285px;
}
.x_yc_text2 div:first-child{
    font-size: 18px;
    margin-top: -2px;
}
.x_yc_text2 div:last-child{
    margin-top: 5px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}
.x_s_page{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 33px;
}
.x_s_title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.x_s_list{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.x_s_alone{
    background-color: rgba(255,255,255,0.1);
    width: 325px;
    padding-left: 35px;
    padding-right: 30px;
    padding-top: 30px;
    color: #fff;
    height: 430px;
}
.x_s_top{
    width: 117px;
    height: 117px;
    border-radius: 100%;
    background-color: #fff;
    margin-left: 69px;
    text-align: center;
    line-height: 117px;
}
.x_s_top i{
    font-size: 54px;
    color: #3ca7f5;
}
.x_s_text{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 17px;
    margin-bottom: 10px;
}
.x_s_text1{
    font-size: 14px;
    line-height: 19px;
    display: flex;
    margin-top: 5px;
}
.x_s_text1 span{
    font-size: 30px;
}
.x_s_text1 div{
    margin-left: 5px;
    letter-spacing: 2px;
}
.x_yd_page{
    background-color: #fff;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.x_yd_list{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.x_yd_l{
    width: 500px;
    height: 247px;
}
.x_yd_r{
    width: 575px;
}
.x_yd_r div{
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.x_yd_r img{
    margin-top: 40px;
    width: 445px;
}
/*xiangfang结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/

/*开始*/
/*结束*/